Add ObjectName wrapper to solve hashing issues
authorFelix Krull <f_krull@gmx.de>
Wed, 3 Oct 2018 13:22:48 +0000 (15:22 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
commitfa615fb1bbadea3e8b503d0e65730d138032e240
tree58bf7639b1608a2519c1f0c0b7d560da9803310e
parentad111195635734ef699e34dd4fba7202d7072f9a
Add ObjectName wrapper to solve hashing issues
rust-bindings/rust/libostree/src/lib.rs
rust-bindings/rust/libostree/src/object_name.rs [new file with mode: 0644]
rust-bindings/rust/libostree/src/repo.rs
rust-bindings/rust/sample/src/main.rs